home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / comm / irc / cybershiela.lha / cs / cs_hello.amirx < prev    next >
Text File  |  1999-06-27  |  287b  |  10 lines

  1. /* cs_hello.amirx */
  2. nick=getclip('NICK')
  3.  
  4. x=random(1,5,time('s'))
  5. if x=1 then 'say hey 'nick' Hows it going????'
  6. if x=2 then 'say Whats up 'nick'?!'
  7. if x=3 then 'say 'nick'!!!!'
  8. if x=4 then 'say Good to seeya 'nick'.'
  9. if x=5 then 'say Long time no see 'nick' where have you been??'
  10. exit